Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly)

Show in webframe

StreamsLimit Property






Gets the maximum number of concurrent streams.
Syntax
protected abstract int StreamsLimit {get;}
'Declaration
 
Protected MustOverride ReadOnly Property StreamsLimit As Integer
'Usage
 
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState)
Dim value As Integer
 
value = instance.StreamsLimit

            

            
protected:
abstract property int StreamsLimit {
   int get();
}

Property Value

The maximum number of concurrent streams.
Requirements

Target Platforms

See Also

Reference

ServiceStreamer<TStreamedData,TServiceState> Class
ServiceStreamer<TStreamedData,TServiceState> Members

Error processing SSI file